home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xml;
-
- import com.extensibility.xml.dt.DataType;
- import com.extensibility.xml.dt.DataTypeEnumeration;
- import com.extensibility.xml.dt.DataTypeIntf;
- import java.io.IOException;
- import java.io.Writer;
- import java.util.Enumeration;
- import java.util.Vector;
-
- public class SchemaAdapter implements SchemaIntf {
- protected SchemaIntf delegate;
-
- public SchemaAdapter(SchemaIntf var1) {
- this.delegate = var1;
- }
-
- public Vector getParseErrors() {
- return this.delegate.getParseErrors();
- }
-
- public Enumeration getForeignDeclarations(Class var1) {
- return this.delegate.getForeignDeclarations(var1);
- }
-
- public Enumeration getDeclarations() {
- return this.delegate.getDeclarations();
- }
-
- public Enumeration getDeclarations(Class var1) {
- return this.delegate.getDeclarations(var1);
- }
-
- public Enumeration getDeclarations(URI var1, Class var2) {
- return this.delegate.getDeclarations(var1, var2);
- }
-
- public Enumeration getDeclarations(URI var1, boolean var2) {
- return this.delegate.getDeclarations(var1, var2);
- }
-
- public Enumeration getElementDeclarations() {
- return this.delegate.getElementDeclarations();
- }
-
- public String getContentModelAsString(ContentModelOwner var1) {
- return this.delegate.getContentModelAsString(var1);
- }
-
- public int getElementCount() {
- return this.delegate.getElementCount();
- }
-
- public int getCount() {
- return this.delegate.getCount();
- }
-
- public ElementDeclaration getNamedElement(String var1) {
- return this.delegate.getNamedElement(var1);
- }
-
- public AttributeDeclaration getNamedAttribute(String var1, String var2) {
- return this.delegate.getNamedAttribute(var1, var2);
- }
-
- public NamespaceDeclaration getNamedNamespace(String var1) {
- return this.delegate.getNamedNamespace(var1);
- }
-
- public DataTypeDeclaration getNamedDataType(String var1) {
- return this.delegate.getNamedDataType(var1);
- }
-
- public DataTypeIntf getNamedDataTypeIntf(String var1) {
- return this.delegate.getNamedDataTypeIntf(var1);
- }
-
- public SchemaIntf getNamedSchema(String var1) throws Exception {
- return this.delegate.getNamedSchema(var1);
- }
-
- public BaseDeclaration getNamedDeclaration(String var1, Class var2) {
- return this.delegate.getNamedDeclaration(var1, var2);
- }
-
- public BaseDeclaration getIndDeclaration(int var1) {
- return this.delegate.getIndDeclaration(var1);
- }
-
- public ExternalSubset getStructure() {
- return this.delegate.getStructure();
- }
-
- public Enumeration getIncludedModules(URI var1) {
- return this.delegate.getIncludedModules(var1);
- }
-
- public int insertSubset(ExternalPEDeclaration var1) throws IOException {
- return this.delegate.insertSubset(var1);
- }
-
- public void removeSubset(ExternalSubset var1) {
- this.delegate.removeSubset(var1);
- }
-
- public boolean isValidPosition(BaseDeclaration var1, BaseDeclaration var2) {
- return this.delegate.isValidPosition(var1, var2);
- }
-
- public void insertDeclaration(BaseDeclaration var1, BaseDeclaration var2) {
- this.delegate.insertDeclaration(var1, var2);
- }
-
- public void insertDeclaration(AttributeDeclaration var1, BaseDeclaration var2, AttributeDeclaration.Owner var3) {
- this.delegate.insertDeclaration(var1, var2, var3);
- }
-
- public void insertDeclaration(BaseDeclaration var1, BaseDeclaration var2, String var3) {
- this.delegate.insertDeclaration(var1, var2, var3);
- }
-
- public void removeDeclaration(BaseDeclaration var1) {
- this.delegate.removeDeclaration(var1);
- }
-
- public void removeAllDeclarations() {
- this.delegate.removeAllDeclarations();
- }
-
- public AttributeDeclaration.Owner createUnknownOwner(String var1) {
- return this.delegate.createUnknownOwner(var1);
- }
-
- public BaseDeclaration getDeclarationBefore(BaseDeclaration var1) {
- return this.delegate.getDeclarationBefore(var1);
- }
-
- public BaseDeclaration getDeclarationAfter(BaseDeclaration var1) {
- return this.delegate.getDeclarationAfter(var1);
- }
-
- public ElementDeclaration[] getAllowedElements(ElementDeclaration var1) {
- return this.delegate.getAllowedElements(var1);
- }
-
- public void setDeclarationName(BaseDeclaration var1, String var2, boolean var3) {
- this.delegate.setDeclarationName(var1, var2, var3);
- }
-
- public boolean createAttributeGroup(InternalPEDeclaration var1) throws ParserException {
- return this.delegate.createAttributeGroup(var1);
- }
-
- public boolean updateAttributeGroup(AttributeDeclaration.Owner var1, String var2) throws ParserException {
- return this.delegate.updateAttributeGroup(var1, var2);
- }
-
- public void checkAttributeGroup(String var1, String var2) throws ParserException {
- this.delegate.checkAttributeGroup(var1, var2);
- }
-
- public ContentModelOwner getNamedContentModelOwner(String var1) {
- return this.delegate.getNamedContentModelOwner(var1);
- }
-
- public void updateContentModel(ContentModelOwner var1, String var2, boolean var3) throws ParserException {
- this.delegate.updateContentModel(var1, var2, var3);
- }
-
- public void checkContentModel(String var1, String var2, boolean var3) throws ParserException {
- this.delegate.checkContentModel(var1, var2, var3);
- }
-
- public void setModuleURIResolver(URIResolver var1) {
- this.delegate.setModuleURIResolver(var1);
- }
-
- public URI resolveModuleURI(URI var1) {
- return this.delegate.resolveModuleURI(var1);
- }
-
- public URI getURI() {
- return this.delegate.getURI();
- }
-
- public void updateURI(URI var1, URI var2) {
- this.delegate.updateURI(var1, var2);
- }
-
- public void moveDeclaration(BaseDeclaration var1, BaseDeclaration var2) {
- this.delegate.moveDeclaration(var1, var2);
- }
-
- public BaseDeclaration getNextDeclaration(BaseDeclaration var1) {
- return this.delegate.getNextDeclaration(var1);
- }
-
- public Vector checkConversion(String var1) {
- return this.delegate.checkConversion(var1);
- }
-
- public void checkForErrors(BaseDeclaration var1) {
- this.delegate.checkForErrors(var1);
- }
-
- public boolean hasErrors() {
- return this.delegate.hasErrors();
- }
-
- public boolean isCompleteAndConsistent() {
- return this.delegate.isCompleteAndConsistent();
- }
-
- public void doSecondPassValidation(URI var1) {
- this.delegate.doSecondPassValidation(var1);
- }
-
- public void clearAllParseErrors() {
- this.delegate.clearAllParseErrors();
- }
-
- public void clearParseErrorsWithURI(URI var1) {
- this.delegate.clearParseErrorsWithURI(var1);
- }
-
- public void setDeclarationOwner(AttributeDeclaration var1, AttributeDeclaration.Owner var2) {
- this.delegate.setDeclarationOwner(var1, var2);
- }
-
- public void setDeclarationOwner(AttributeDeclaration var1, String var2) {
- this.delegate.setDeclarationOwner(var1, var2);
- }
-
- public void write(Writer var1) throws IOException {
- this.delegate.write(var1);
- }
-
- public void write(Writer var1, URI var2) throws IOException {
- this.delegate.write(var1, var2);
- }
-
- public ElementDeclaration getRoot(boolean var1) {
- return this.delegate.getRoot(var1);
- }
-
- public String expandPERefs(String var1, BaseDeclaration var2) {
- return this.delegate.expandPERefs(var1, var2);
- }
-
- public void setComments(URI var1, Vector var2) {
- this.delegate.setComments(var1, var2);
- }
-
- public void addComment(Comment var1) {
- this.delegate.addComment(var1);
- }
-
- public Enumeration getComments() {
- return this.delegate.getComments();
- }
-
- public CommentList getCommentList(URI var1) {
- return this.delegate.getCommentList(var1);
- }
-
- public int indexOf(BaseDeclaration var1) {
- return this.delegate.indexOf(var1);
- }
-
- public void parse(URI var1, int var2, Object var3) throws Exception {
- this.delegate.parse(var1, var2, var3);
- }
-
- public void parse(URI var1, URI var2, int var3, Object var4) throws IOException {
- this.delegate.parse(var1, var2, var3, var4);
- }
-
- public String getFlavorName() {
- return this.delegate.getFlavorName();
- }
-
- public SchemaFlavorIntf getFlavor() {
- return this.delegate.getFlavor();
- }
-
- public boolean setFlavor(String var1) {
- return this.delegate.setFlavor(var1);
- }
-
- public void setSchemaPath(String var1) {
- this.delegate.setSchemaPath(var1);
- }
-
- public String getSchemaPath() {
- return this.delegate.getSchemaPath();
- }
-
- public Vector getSchemaPaths() {
- return this.delegate.getSchemaPaths();
- }
-
- public void addError(ParserException var1) {
- this.delegate.addError(var1);
- }
-
- public String getSourcePreview(BaseDeclaration var1) {
- return this.delegate.getSourcePreview(var1);
- }
-
- public BaseExemplar createExemplar() {
- return this.delegate.createExemplar();
- }
-
- public boolean isSupported(Class var1) {
- return this.delegate.isSupported(var1);
- }
-
- public boolean isSupported(String var1) {
- return this.delegate.isSupported(var1);
- }
-
- public boolean isValidValue(DataTypeIntf var1, String var2) {
- return this.delegate.isValidValue(var1, var2);
- }
-
- public String getDataTypeDisplay(DataTypeIntf var1) {
- return this.delegate.getDataTypeDisplay(var1);
- }
-
- public String getDataTypeSource(DataTypeIntf var1) {
- return this.delegate.getDataTypeSource(var1);
- }
-
- public String getBaseTypeDisplay(DataTypeIntf var1) {
- return this.delegate.getBaseTypeDisplay(var1);
- }
-
- public String getBaseTypeSource(DataTypeIntf var1) {
- return this.delegate.getBaseTypeSource(var1);
- }
-
- public boolean isKnownDisplay(String var1) {
- return this.delegate.isKnownDisplay(var1);
- }
-
- public DataType createDataTypeFromDisplay(String var1) {
- return this.delegate.createDataTypeFromDisplay(var1);
- }
-
- public DataTypeEnumeration getAllTypes() {
- return this.delegate.getAllTypes();
- }
-
- public DataTypeEnumeration getSimpleTypes() {
- return this.delegate.getSimpleTypes();
- }
-
- public DataTypeEnumeration getPrimitiveTypes() {
- return this.delegate.getPrimitiveTypes();
- }
-
- public DataTypeEnumeration getOtherTypes() {
- return this.delegate.getOtherTypes();
- }
-
- public MetaPropHash getMetaPropHash() {
- return this.delegate.getMetaPropHash();
- }
-
- public void bindDeclRef(DeclRef var1) {
- this.delegate.bindDeclRef(var1);
- }
-
- public void releaseDeclRef(DeclRef var1) {
- this.delegate.releaseDeclRef(var1);
- }
-
- public URI getNamespace() {
- return this.delegate.getNamespace();
- }
-
- public void setNamespace(URI var1) {
- this.delegate.setNamespace(var1);
- }
-
- public String getSchemaPrefix() {
- return this.delegate.getSchemaPrefix();
- }
-
- public void setSchemaPrefix(String var1) {
- this.delegate.setSchemaPrefix(var1);
- }
-
- public boolean getShowErrors() {
- return this.delegate.getShowErrors();
- }
-
- public void setShowErrors(boolean var1) {
- this.delegate.setShowErrors(var1);
- }
-
- public boolean getPrintValidatedBy() {
- return this.delegate.getPrintValidatedBy();
- }
-
- public void setPrintValidatedBy(boolean var1) {
- this.delegate.setPrintValidatedBy(var1);
- }
-
- public void setEncoding(String var1) {
- this.delegate.setEncoding(var1);
- }
-
- public String getEncoding() {
- return this.delegate.getEncoding();
- }
- }
-